Having the same, usable, default appearance acroll platforms
trumps having a more-or-less working native theme. The default
will be Adwaita on all platforms. The native ms-windows theme
is of course still available.
* XXX : if these values get changed through the Windoze UI the
* respective gdk_events are not generated yet.
*/
- if (strcmp ("gtk-theme-name", name) == 0)
- {
- g_value_set_string (value, "ms-windows");
- }
- else if (strcmp ("gtk-double-click-time", name) == 0)
+ if (strcmp ("gtk-double-click-time", name) == 0)
{
gint i = GetDoubleClickTime ();
GDK_NOTE(MISC, g_print("gdk_screen_get_setting(\"%s\") : %d\n", name, i));